ServiceCreateFolder Method (String, StandardFolder) |
Creates a folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FolderId CreateFolder(
string folderName,
StandardFolder standardFolder
)
Public Function CreateFolder (
folderName As String,
standardFolder As StandardFolder
) As FolderId
Parameters
- folderName
- Type: SystemString
The name of the folder to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created folder.
Return Value
Type:
FolderIdThe ID of the created folder.
See Also